services.vdirsyncer.jobs.<name>.config.storages
vdirsyncer storage configurations
- Type
attribute set of (attribute set)- Default
{ }- Example
{ my_cloud_contacts = { type = "carddav"; url = "https://dav.example.com/"; read_only = true; username = "user"; "password.fetch" = [ "command" "cat" "/etc/vdirsyncer/cloud.passwd" ]; }; my_local_contacts = { type = "carddav"; url = "https://localhost/"; username = "user"; "password.fetch" = [ "command" "cat" "/etc/vdirsyncer/local.passwd" ]; }; }- Declared
- <nixpkgs/nixos/modules/services/networking/vdirsyncer.nix>